@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?srf3rx");
  src: url("../../fonts/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?srf3rx") format("truetype"), url("../../fonts/icomoon.woff?srf3rx") format("woff"), url("../../fonts/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  /*font-family: "Work Sans", Arial, sans-serif;*/
  font-weight: 400;
  font-family:"Microsoft YaHei" ,arial !important;
  -ms-font-family:"Microsoft YaHei" ,arial !important;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

html{
  min-width: 1280px;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #52d3aa;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Microsoft YaHei";
}
a:hover, a:active, a:focus {
  /*color: #ffffff;*/
  outline: none;
  text-decoration: none;
}
.actived{
  color:#fff !important;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
  /*font-size: 16px;*/
  color:#666666;
  line-height: 23px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #34c1e4;
}

::-moz-selection {
  color: #fff;
  background: #34c1e4;
}

::selection {
  color: #fff;
  background:#34c1e4;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.hxco-container {
  max-width: 80%;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hxco-container1 {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bd_l_day {
    display: block;
    font-size: 50px;
    color: #e60012;
    line-height: 50px;
}

.bd_l {
  font-size: 14px;
  color: #8d8b8b;
  padding: 0 2% 2% 0;
  border-right: 1px solid #e6e6e6;
  font-family: Arial;
  width: 8%;
}

.list_title a{
  font-size: 20px;
    color: #202020 !important;
    font-weight: normal;
}
.list_title a:hover {
    color: #e60012 !important;
}

.list_title {
    font-size: 20px;
    color: #202020 !important;
    font-weight: normal;
}

.list_p {
    font-size: 14px;
    color: #464646;
    line-height: 26px;
    /*height: 52px;*/
    overflow: hidden;
}
.hxco-nav {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .hxco-nav {
    padding: 20px 0;
  }
}
.hxco-nav #hxco-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  /*text-transform: uppercase;*/
  font-weight: bold;
}
.hxco-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hxco-nav .menu-1, .hxco-nav .menu-2 {
    display: none;
  }
}
.hxco-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.hxco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.hxco-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  /*text-transform: uppercase;*/
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hxco-nav ul li a:hover, .hxco-nav ul li a:focus, .hxco-nav ul li a:active {
  color: white;
}
.hxco-nav ul li.has-dropdown {
  position: relative;
}
.hxco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.hxco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.hxco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.hxco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.hxco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.hxco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.hxco-nav ul li.has-dropdown:hover a, .hxco-nav ul li.has-dropdown:focus a {
  color: #fff;
}



.hxco-nav ul li.btn-cta a {
  color: #52d3aa;
}
.hxco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.hxco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.hxco-nav ul li.active > a {
  color: #fff !important;
}

#hxco-header,
#hxco-counter,
.hxco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.hxco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.hxco-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.hxco-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.hxco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.hxco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hxco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.hxco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.hxco-cover {
  height: 900px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.hxco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hxco-cover > .hxco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hxco-cover {
    height: 600px;
  }
}
.hxco-cover .display-t,
.hxco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hxco-cover .display-t,
  .hxco-cover .display-tc {
    height: 600px;
  }
}
.hxco-cover.hxco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .hxco-cover.hxco-cover-sm {
    height: 400px;
  }
}
.hxco-cover.hxco-cover-sm .display-t,
.hxco-cover.hxco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hxco-cover.hxco-cover-sm .display-t,
  .hxco-cover.hxco-cover-sm .display-tc {
    height: 400px;
  }
}

#hxco-counter {
  height: 500px;
}
#hxco-counter .display-t,
#hxco-counter .display-tc {
  /*height: 500px;*/
  margin-top: 2em;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #hxco-counter {
    height: inherit;
    padding: 7em 0;
  }
  #hxco-counter .display-t,
  #hxco-counter .display-tc {
    height: inherit;
  }
}

.hxco-staff {
  text-align: center;
  margin-bottom: 30px;
}
.hxco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.hxco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.hxco-staff p {
  margin-bottom: 30px;
}
.hxco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.hxco-social-icons {
  margin: 0;
  padding: 0;
}
.hxco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hxco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #52d3aa;
  padding-left: 10px;
  padding-right: 10px;
}
.hxco-social-icons li a i {
  font-size: 20px;
}

.hxco-contact-info ul {
  padding: 0;
  margin: 0;
}
.hxco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.hxco-contact-info ul li:before {
  color: #52d3aa;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hxco-contact-info ul li.address:before {
  font-size: 23px;
  content: "\e947";
}
.hxco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e942";
}
.hxco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\ea83";
}
.hxco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9c9";
}

form label {
  font-weight: normal !important;
}

#hxco-header .display-tc,
#hxco-counter .display-tc,
.hxco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#hxco-header .display-tc h1, #hxco-header .display-tc h2,
#hxco-counter .display-tc h1,
#hxco-counter .display-tc h2,
.hxco-cover .display-tc h1,
.hxco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
  /*text-transform: uppercase;*/
}
#hxco-header .display-tc h1,
#hxco-counter .display-tc h1,
.hxco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #hxco-header .display-tc h1,
  #hxco-counter .display-tc h1,
  .hxco-cover .display-tc h1 {
    font-size: 40px;
  }
}
#hxco-header .display-tc h2,
#hxco-counter .display-tc h2,
.hxco-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#hxco-header .display-tc .btn,
#hxco-counter .display-tc .btn,
.hxco-cover .display-tc .btn {
  padding: 15px 30px;
  background: #fff !important;
  color: #52d3aa;
  border: none !important;
  font-size: 18px;
  /*text-transform: uppercase;*/
}
#hxco-header .display-tc .btn:hover,
#hxco-counter .display-tc .btn:hover,
.hxco-cover .display-tc .btn:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#hxco-counter {
  text-align: center;
}
#hxco-counter .counter {
  font-size: 76px;
  margin-bottom: 10px;
  color: rgba(63, 209, 234, 0.64);
  font-weight: 100;
  display: block;

}
#hxco-counter .counter-label {
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
  font-size: 22px;
  color: #666;
}

.counter-label h2{
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
  font-size: 22px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #hxco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#hxco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}
#hxco-counter .icon i {
  height: 70px;
}
#hxco-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#hxco-features{
  padding-top:4em;
  padding-bottom:4em;
  clear: both;
}

#hxco-features-2{
  padding: 5em 0;
  clear: both;
}

#hxco-services,
#hxco-started,
.hxco-section {
  padding: 7em 0;
  clear: both;
}

/*.function-summary:hover{*/
    /*!*box-shadow: 0 14px 20px -9px rgba(0, 0, 0, 0.75);*!*/
    /*margin-top: -20px;*/
    /*transform: rotateY(3deg);*/
    /*-ms-transform: rotateY(3deg);;*/
/*}*/

.function-title{
  font-family: "Roboto";
  margin-bottom: 2em;
}
.function-title h4{
  font-family: "Roboto";
  font-size:24px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color:#333 !important;
}
.feature-title {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.feature-title:after {
  position: absolute;
  content: '';
  /*bottom: 0;*/
  left: 50%;
  width: 100px;
  margin-left: -50px;
  /*height: 2px;*/
  background: #4cc1bd;
  background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));*/
  background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
}
.feature-title h3 {
  font-size: 50px;
  /*letter-spacing: 0.5px;*/
  /*position: relative;*/
  /*line-height: 36px;*/
  /*color:#333;*/
  font-weight: 300;
  font-family: "Microsoft YaHei",sans-serif;
}

.feature-title h4 {
  font-size: 15px;
  /*letter-spacing: 0.5px;*/
  position: relative;
  /*line-height: 36px;*/
  color:#333;
}

#hxco-footer{
  padding: 4em 0;
  clear: both;
  background: #4cc1bd;
  background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));
  background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
}

#hxco-footer h3{
    color:#fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: -0.25px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

#hxco-footer p{
    color:#fff;
    font-size: 13px;
    line-height: 22px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

.tagA{
    color: #fff;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 100px;
    margin-right: 7px;
    margin-bottom: 10px;
    background: rgba(242, 242, 242, 0.3) none repeat scroll 0 0;
    border-radius: 2px;
}

#hxco-testimonial{
  padding: 3em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #hxco-features,
  #hxco-features-2,
  #hxco-testimonial,
  #hxco-services,
  #hxco-started,
  #hxco-footer,
  .hxco-section {
    padding: 3em 0;
  }
}

#hxco-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.index-feature-center{
  /*text-align: center;*/
  padding: 25px 15px 48px;
  /*float: left;*/
  width: 100%;
  border-radius: 3px;
  margin-bottom: 40px;
  border: 1px solid #e9e9e9;
}

.index-feature-center h3{
  color: #262626;
  font-size: 20px;
  text-align: center;
  font-weight:600;
}

.index-feature-center p{
  color: #969696;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-feature-center {
    margin-bottom: 50px;
  }
}

.index-feature-center .icon {
  width: 90px;
  height: 90px;
  /*background: #efefef;*/
  /*background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;*/
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.index-feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 58px;
  line-height: 40px;
  color: #59bcdb;
}

.index-feature-center:hover .icon i{
    color:#52d3aa;
}


.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}

.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  /*background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;*/
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #52d3aa;
}

.feature-center:hover .icon{
    background: #52d3aa none repeat scroll 0 0;
}
.feature-center:hover .icon i{
    color:#FFFFFF;
}

.feature-p{
  margin-bottom:5px !important;

}

.feature-center p, .feature-center h3 {
  margin-bottom: 20px;
}
.feature-center h3 {
  /*text-transform: uppercase;*/
  font-size: 18px;
  color: #333;
  font-weight:500;
  font-family: 'jianheiti', Tahoma, Helvetica, Arial, sans-serif;
}
.feature-center p{
  font-size: 13px;
  font-family: "jianheiti",sans-serif;
  font-weight: 400;
  color:#6f6f6f;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #52d3aa;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
  }
}
.feature-left .feature-copy h3 {
  /*font-size: 18px;*/
  /*color: #333;*/
  /*font-weight: 300;*/
  /*margin-bottom: 10px;*/
    color: #282828;
	font-size: 18px;
	/*font-weight: 300;*/
  font-weight: bold;
	font-family: 'Microsoft YaHei';
	display: block;
	line-height: 1.25em;
}

.feature-left .feature-copy h3 a{
  color: #404040;
}

.feature-left .feature-copy h3 a:hover{
  color: rgba(63, 209, 234, 1);
}

.feature-copy h4 {
  font-size: 18px;
  color: #5d5d5d;
  font-weight: 300;
  margin-top: 18px;
  line-height: 1.5;
  /*margin-bottom: 10px;*/
}

.feature-copy h2 {
  font-size: 18px;
  color: #5d5d5d;
  font-weight: 300;
  margin-top: 18px;
  line-height: 1.5;
  /*margin-bottom: 10px;*/
}

.feature-copy h5 {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.8;
  /*margin-bottom: 10px;*/
}

.feature-copy label{
    color: #cbcbcb;
	font-size: 1.1em;
	font-weight: 400;
	font-style:italic;
}
.hxco-heading {
  margin-bottom: 4em;
}
.hxco-heading.hxco-heading-sm {
  margin-bottom: 2em;
}
.hxco-heading h2 {
  /*font-size: 36px;*/
  /*margin-bottom: 10px;*/
  /*line-height: 1.5;*/
  /*font-weight: bold;*/
  /*color: #52d3aa;*/
  /*letter-spacing: 2px;*/
  color: #000;
  font-size: 50px;
  /*letter-spacing: 1px;*/
  font-weight: 300;
  position: relative;
}
.hxco-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}

#hxco-testimonial {
  background: #efefef;
}
#hxco-testimonial .testimony-slide {
  text-align: center;
}
#hxco-testimonial .testimony-slide span {
  font-size: 12px;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
/*#hxco-testimonial .testimony-slide figure {*/
  /*margin-bottom: 10px;*/
  /*display: -moz-inline-stack;*/
  /*display: inline-block;*/
  /*zoom: 1;*/
  /*height: auto;*/
  /**display: inline;*/
/*}*/
/*#hxco-testimonial .testimony-slide figure img {*/
  /*width: 100%;*/
  /*padding-top: 15%;*/
  /*height:auto;*/
  /*!*-webkit-border-radius: 50%;*!*/
  /*!*-moz-border-radius: 50%;*!*/
  /*!*-ms-border-radius: 50%;*!*/
  /*!*border-radius: 50%;*!*/
/*}*/
#hxco-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #hxco-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#hxco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#hxco-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#hxco-testimonial .arrow-thumb a:hover, #hxco-testimonial .arrow-thumb a:focus, #hxco-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.hxco-tabs .hxco-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.hxco-tabs .hxco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hxco-tabs .hxco-tab-nav li .icon {
  font-size: 30px;
}
.hxco-tabs .hxco-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.hxco-tabs .hxco-tab-nav li a:hover {
  color: #4d4d4d;
}
.hxco-tabs .hxco-tab-nav li.active a {
  background: #fff;
  color: #52d3aa;
}
.hxco-tabs .hxco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.hxco-tabs .hxco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.hxco-tabs .hxco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.hxco-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hxco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .hxco-tabs .icon-xlg {
    font-size: 200px;
  }
}
.hxco-tabs .icon-xlg i {
  color: #52d3aa;
}

#hxco-started {
  background: #4cc1bd;
  background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));
  background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc1bd', endColorstr='#3f95ea', GradientType=1 );
}
#hxco-started .hxco-heading h2 {
  color: #fff;
}
#hxco-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#hxco-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#hxco-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#hxco-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#hxco-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#hxco-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#hxco-started .btn {
  height: 54px;
  border: none !important;
  background: #52d3aa;
  color: #fff;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#hxco-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#hxco-started .form-inline .form-group .form-control {
  width: 100%;
}
#hxco-started .hxco-heading {
  margin-bottom: 30px;
}
#hxco-started .hxco-heading h2 {
  margin-bottom: 0;
}

#hxco-footer .hxco-footer-links {
  padding: 0;
  margin: 0;
}
#hxco-footer .hxco-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#hxco-footer .hxco-footer-links li a {
  color: #FFFFFF;
  text-decoration: none;
}
#hxco-footer .hxco-footer-links li a:hover {
  text-decoration: underline;
}
#hxco-footer .hxco-widget {
  /*margin-bottom: 30px;*/
}

@media screen and (max-width: 768px) {
  #hxco-footer .copyright .pull-left,
  #hxco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#hxco-footer .copyright .block {
  display: block;
}

/*.owl-carousel .owl-controls .owl-dot span {*/
  /*background: #e6e6e6;*/
/*}*/
/*.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {*/
  /*background: #cccccc;*/
/*}*/
/*.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {*/
  /*background: #cccccc;*/
/*}*/
/*.owl-carousel .owl-controls .owl-dot.active span {*/
  /*background: transparent;*/
  /*border: 2px solid #52d3aa;*/
/*}*/
.owl-carousel {
  margin-bottom: 5em;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -100px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -100px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}
.owl-dots{
  display: none !important;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  /*background: rgba(63, 209, 234, 0.64);*/
  color:#fff;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  /*color: rgba(63, 209, 234, 0.64);*/
  color:#fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  /*color: rgba(63, 209, 234, 0.64);*/
  color:#fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  /*background: none !important;*/
  /*background: rgba(63, 209, 234, 0.64);*/
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  /*background: none !important;*/
  background: rgba(63, 209, 234, 1)
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  /*background: none !important;*/
  background: rgba(63, 209, 234, 1)
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  /*background: rgba(255, 255, 255, 0.3);*/
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

#hxco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #hxco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#hxco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#hxco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#hxco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#hxco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#hxco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#hxco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#hxco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'Microsoft YaHei';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#hxco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.hxco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.hxco-nav-toggle.active i::before, .hxco-nav-toggle.active i::after {
  background: #444;
}
.hxco-nav-toggle:hover, .hxco-nav-toggle:focus, .hxco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.hxco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  /*text-transform: uppercase;*/
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.hxco-nav-toggle i::before, .hxco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.hxco-nav-toggle.hxco-nav-white > i {
  color: #fff;
  background: #fff;
}
.hxco-nav-toggle.hxco-nav-white > i::before, .hxco-nav-toggle.hxco-nav-white > i::after {
  background: #fff;
}

.hxco-nav-toggle i::before {
  top: -7px;
}

.hxco-nav-toggle i::after {
  bottom: -7px;
}

.hxco-nav-toggle:hover i::before {
  top: -10px;
}

.hxco-nav-toggle:hover i::after {
  bottom: -10px;
}

.hxco-nav-toggle.active i {
  background: transparent;
}

.hxco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.hxco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.hxco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .hxco-nav-toggle {
    display: block;
  }
  #hxco-offcanvas {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: 2px solid #52d3aa;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #66d8b4 !important;
  border-color: #66d8b4 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #52d3aa;
  border: 2px solid #52d3aa;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #52d3aa;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.row-pb-md {
  /*padding-bottom: 4em !important;*/
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.hxco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../../static/images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.hengxin-header{
    background: #4cc1bd;
    background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));
    background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
    height: 70px;
}

.feature-copy p{
    font-size:14px;
}

.feature-copy span{
	display:block;
	width:70px;
	height:2px;
	background:#e6e6e6;
    margin: 0 auto;
	margin-top:1.2em;
}
/*.hxco-heading:hover{*/
    /*font-stretch: normal;*/
    /*transform: scale(1.2);*/
/*}*/


@keyframes tada {
0% {
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    transform: scale3d(1, 1, 1);
}
}
/*.tada {*/
    /*animation-name: tada;*/
    /*-webkit-animation-name: tada;*/
/*}*/


.animated-ourservice {
    /*animation-duration: 1s;*/
    animation-fill-mode: both;
    animation:tada 1s;
    animation-direction:alternate;
}

/*.testimony-slide figure a:hover{*/
    /*!*font-stretch: normal;*!*/
    /*!*transform: scale(1.1);*!*/

/*}*/

/*.side-a img:hover{*/
  /*!*margin-top:-10px;*!*/
  /*transform:rotate(20deg);*/
/*}*/

.testimony-slide img:hover{
  /*transform:rotateX(30deg);*/
  margin-top: -30px;
  /*box-shadow: 0 14px 20px -9px rgba(0, 0, 0, 0.75);*/

}

.course-header{
  /*margin-top: 120px;*/
  margin:0px auto;
  text-align: center;
  min-width: 1280px;
}

.course-header img{
  /*margin-top: 120px;*/
  width:100%;
  height: auto;
}

.course-banner{
  /*margin-top: 120px;*/
  margin: 0px auto;
  text-align: center;
  min-width: 1240px;
}

.course-banner img{
  /*margin-top: 120px;*/
  width:100%;
  height:auto;
}

.course-advantage{
  padding:3em auto;
  margin:5em auto;
  text-align: center;
}

.title-span {
    color: #ffffff;
    display: inline-block;
    font-size: 27px;
    height: 46px;
    line-height: 46px;
    padding: 0 46px;
    margin: 2em auto;
    text-align: center;
}

.wrapper-menu{
    background: rgba(242, 242, 242, 0.7) none repeat scroll 0 0;
    height: 70px;
    overflow: hidden;
    padding: 11px 0 12px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9987;
    margin:120px auto auto auto;
}

.wrapper-son{
  width: 40%;
}

.education-text{
  /*margin:1em 2em;*/
  text-align: center;
}
.carousel-margin{
  margin: 68px auto auto auto;
  text-align: center;
  min-width: 1240px;
}



.carousel-ms-margin{
  margin: 40px auto auto auto;
  text-align: center;
  min-width: 1240px;
}

.c-margin{
  margin: 0px auto auto auto;
  text-align: center;
  min-width: 1280px;
}

.education-Dream{
    margin: 0 auto;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}

.education-dream-block{
  background:#efefef;
  width:100%;
  border:1px solid #fff;
  border-radius: 5px;
  text-align: center;
}

.education-dream-block:hover{
    /*font-stretch: normal;*/
    /*transform: scale(1.1);*/
  margin-top: -10px;
}

.dream-h4{
  color:#52d3aa;
  margin:1em auto;
  padding:1em auto;
}

.fourstep{
    background: #efefef ;
    height: auto;
    overflow: hidden;
    padding: 1em 0 2em;
    text-align: center;
    /*margin-bottom: 1em;*/
    width: 100%;
}

.fourstep-div{
    background: rgba(0, 0, 0, 0) url("../../../static/images/web/step.png") no-repeat scroll center center / 100% 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 20.5px;
    height: 150px;
    margin: 0 33px;
    padding: 40px 15px;
    text-align: center;
    transition: all 0.1s ease 0s;
    vertical-align: top;
    width: 150px;
}

.fourstep-div:hover{
  font-stretch: normal;
  transform: scale(1.1);
}

.container80{
    margin: 0 auto;
    max-width: 80%;
    padding-left: 15px;
    padding-right: 15px;
}


.process {
    height: 200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*padding: 50px 0 37px;*/
    /*position: relative;*/
    width: 963px;
}
.process-div {
    float: left;
    height: 200px;
    margin-left: -50px;
    padding-left: 40px;
    padding-top: 55px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 200px;
    z-index: 15;
}

.process-div i{
    /*float: left;*/
    margin-left: 5%;
    width: 54px;
    height: 54px;
    /*background: #fff;*/
    display: table;
    font-size: 45px;
    /*text-align: center;*/
    /*-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    /*border-radius: 50%;*/
}

.process-div:hover{
  font-stretch: normal;
  transform: scale(1.1);
}
.process-div p {
    color: #fff;
    font-size: 14px;
    /*line-height: 15px;*/
    text-align: center;
    width: 78px;
}
.processbg1 {
    background: rgba(0, 0, 0, 0) url("../../images/web/bluebg.png") no-repeat scroll 0 0;
    background-size:200px 200px;
    /*-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
}
.processbg2 {
    background: rgba(0, 0, 0, 0) url("../../images/web/brownbg.png") no-repeat scroll 0 0;
    background-size:200px 200px;
    /*-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
}

.title-heading{
    color: #cccccc;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
}

.heading-section h3 {
    font-size: 32px;
    letter-spacing: 2px;
    position: relative;
}
.heading-section h4 {
    color: #333;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
}

.fh5co-grid .imagepopup {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 7px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fh5co-grid {
    background-position: center center;
    background-size: cover;
    border-radius: 7px;
    height: 302px;
    margin-bottom: 30px;
    position: relative;
}

.fh5co-grid .imagepopup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -45px;
}
.fh5co-grid .imagepopup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.fh5co-grid .imagepopup .prod-title span {
  color: #fff;
}
.fh5co-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fh5co-grid:hover .imagepopup {
  opacity: 1;
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 3em;
}
.heading-section:after {
  position: absolute;
  content: '';
  /*bottom: 0;*/
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #4cc1bd;
  background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));*/
  background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
}
.heading-section h3 {
  font-size: 32px;
  letter-spacing: 2px;
  /*/*text-transform: uppercase;*/*/
  position: relative;
  color:#333;
}

.heading-section h4 {
  font-size: 28px;
  letter-spacing: 1px;
  position: relative;
  color:#333;
}


.imagepopup h3{
    font-size: 30px;
    /*letter-spacing: 1px;*/
    /*font-family: "Microsoft YaHei", Arial ,sans-serif;*/
    color: #000;
    font-family: "Work Sans",Arial,sans-serif;
    font-weight: 400;
}

.imagepopup p{
    font-size: 14px;
    /*letter-spacing: 1px;*/
}

#fh5co-projects .fh5co-project-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}

#fh5co-projects .fh5co-project-item .fh5co-text {
    padding: 30px 10px 10px 20px;
    text-align: center;
}

.fh5co-text h2 {
    color: #484c50;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.hexoco-project-item {
    background: #fff none repeat scroll 0 0;
    /*border-radius: 7px;*/
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}

.hexoco-project-item img {
    opacity: 1;
    transition: all 0.3s ease 0s;
    z-index: 8;
}

.hexoco-text {
    padding: 30px 10px 10px 20px;
    text-align: center;
}

.hexoco-text h2 {
    color: #484c50;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.hexoco-text p {
    color: #85919d;
    transition: all 0.5s ease 0s;
    margin-bottom:0.5em !important;
}

.heading-section h5 {
    font-size: 25px;
    color:#52d3aa ;
    /*border-bottom: 1px solid #d43f3a;*/
}


.fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-icon i{
    color: #52d3aa;
    display: table-cell;
    font-size: 200px;
    vertical-align: middle;
}

.fh5co-number::before {
    background: #52d3aa none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fh5co-number {
    color: #52d3aa;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
    padding-top: 10px;
    position: relative;
}

.numberh2 {
    color: #5a5a5a !important;
    font-family: "Microsoft YaHei",Arial,sans-serif !important;
    font-weight: 400 !important;
    margin: 0 0 20px !important;
}

.numberp {
    color: #848484 !important;
    font-family: "Microsoft YaHei",Arial,sans-serif !important;
    font-size: 18px !important;
    margin-bottom: 1em !important;
    font-weight: 100 !important;
}
.hexoco-project-item:hover{
  box-shadow: 0 14px 20px -9px rgba(0, 0, 0, 0.75);
}


.fh5co-testimonial {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 18px 88px -22px rgba(0, 0, 0, 0.58);
    padding: 4em 0;
    position: relative;
}

.fh5co-testimonial h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 50px;
    /*text-transform: uppercase;*/
}
.fh5co-testimonial figure {
    background-size: cover;
    left: 50%;
    margin-bottom: 20px;
    margin-left: -44px;
    position: absolute;
    top: -50px;
}
.fh5co-testimonial figure img {
    background-size: cover;
    border: 10px solid #fff;
    border-radius: 50%;
    height: 88px;
    width: 88px;
}
.fh5co-testimonial blockquote {
    border: medium none;
    margin-bottom: 20px;
}
.fh5co-testimonial blockquote p {
    color: #555555;
    font-size: 26px;
    font-style: italic;
    line-height: 1.6em;
}
.fh5co-testimonial span {
    font-style: italic;
}

.blog .blog-item .blog-content {
    padding-bottom: 25px;
}
.blog .blog-item .blog-content h2 {
    font-size: 30px;
    margin-top: 0;
}
.readmore {
    margin-top: 0;
}
.blog-content h3 {
    color: #858586;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 10px !important;
}

.blog-content h2 a{
    color: #5d5d5d !important;
    transition: all 0.5s ease 0s;
}

.blog-content h2 {
    font-size: 30px;
}
.blog-content h4 {
    font-size: 14px;
}
.img-blog {
    border-radius: 5px;
    margin-bottom: 25px;
}
.entry-meta {
    border-radius: 5px;
    overflow: hidden;
}
.entry-meta a:hover{
    color: #5d5d5d !important;
    transition: all 0.5s ease 0s;
}
.entry-meta > span {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

.entry-meta > span a {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin-left: 3px;
}

#publish_date {
    background: #4cc1bd;
    background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));*/
    background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
    /*border-bottom: 5px solid #4e4e4e;*/
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.btnprimary {
    background: #4cc1bd;
    background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));*/
    background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
    border: medium none;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 8px 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.btnprimary i{
  font-size:18px;
  /*margin-top: 10px;*/
}

.btnprimary:hover{
  /*box-shadow: 0 14px 20px -9px rgba(0, 0, 0, 0.75) !important;*/
  background: #4cc1bd;
  background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));*/
  background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
  color:#fff;
}

.single_comments {
    margin-bottom: 20px;
}
.single_comments img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}
.single_comments a{
  color: #5d5d5d;
}

.single_comments a:hover{
  color: #4cc1bd !important;
}

.hygh-comment{
    margin-top:2em;
}


.agile-sub {
    background: #ffffff none repeat scroll 0 0;
    padding: 66px;
}

.agile-prod1 h4 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 28px;
}

.agile-prod1 p {
    /*color: #000;*/
    font-size: 1em;
    line-height: 1.9em;
}

.agile-sub ul {
    margin: 1em 0 0;
    padding: 0;
}

.agile-sub ul li {
    color: #333333;
    display: block;
    margin-bottom: 0.85em;
}
.agile-img {
    padding: 0;
}

.agile-img img{
  border-radius: 15px;
}

.agile-prod1 {
    margin-top: 5em;
    margin-bottom: 2em;
}

.ourservice{
  padding-top:35px;
  /*width:120px;*/
  /*height:140px;*/
  /*border:1px solid #e8e8e8;*/
  /*float: left;*/
  /*margin-left:15px;*/
  /*margin-right:15px;*/
  margin-bottom: 2em;
  /*margin:0 auto;*/
  text-align: center;
  border-radius: 3px;
  border:1px #e9e9e9 solid;
}

.ourservice p{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.ourservice i{
  font-size:60px;
  color:#59bcdb;
}
.ourservice:hover {
  background: #59bcdb;
  color:#ffffff;
}

.ourservice:hover p{
  font-weight:500;
  color:#ffffff;
}

.ourservice:hover i{
  font-weight:500;
  color:#ffffff;
}

.block-title h4{
    color: rgba(63, 209, 234, 0.64);
    font-size: 26px;
    text-align: left;
}

.block-title p{
    color: #828282;
    font-family: arial,"Microsoft YaHei";
    font-weight: 400;
    line-height: 1.7;
    text-align:left;
}

.block-title h5{
    color: #333;
    font-size: 24px;
    text-align: left;
}

.circle-div{
    border: 3px solid #59bcdb;
    /*border-radius: 100%;*/
    display: inline-block;
    height: 268px;
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 100%;*/
    margin-top: 2em;
    padding-left: 0px;
    padding-right:0px;


}
.circle-div h3{
  background: #59bcdb url("../../images/web/sanjiao.png") repeat-x scroll center bottom;
  color: #fff;
  font-size: 50px;
  height: 101px;
  line-height: 50px;
  padding-top: 23px;
  /*width: 100%;*/
}

.circle-div h4{
  color: #828282;
  font-size: 24px;
  height: 130px;
  line-height: 1.8;
  padding-top: 18px;
  margin-left:30px;
  margin-right:30px;

}

h1{
  color:#333;
  font-size:26px;
  display: inline-block;
  line-height: 36px;
  font-weight: 500;
}

.zifont{
  color:#666 !important;
  letter-spacing: 1px;
  font-weight: 300;
}


.circle-noborder-div{
    /*border: 3px solid #e35353;*/
    /*border-radius: 100%;*/
    display: inline-block;
    height: 268px;
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 100%;*/
    margin-top: 2em;
    /*padding-left: 0px;*/
    /*padding-right:0px;*/
    /*background: #efefef;*/

}
.circle-noborder-div h3{
  background: #59bcdb url("../../images/web/sanjiao.png") repeat-x scroll center bottom;
  color: #fff;
  font-size: 50px;
  height: 101px;
  line-height: 50px;
  padding-top: 23px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  /*width: 100%;*/
}

.circle-noborder-div h4{
  color: #828282;
  font-size: 24px;
  height: 101px;
  line-height: 1.8;
  padding-top: 23px;
  margin-left:30px;
  margin-right:30px;
  /*border-right: 3px solid #e35353;*/
  /*border-left: 3px solid #e35353;*/
  /*border-bottom: 3px solid #e35353;*/
}

.circle-noborder-div h5{
  color: #828282;
  font-size: 23px;
  height: 130px;
  line-height: 1.8;
  padding-top: 18px;
  /*margin-left:30px;*/
  /*margin-right:30px;*/
  width: 100%;
  background: #fff;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-left:10px;
  padding-right:10px;
}

.circle-noborder-div h1{
  background: #59bcdb url("../../images/web/sanjiao.png") repeat-x scroll center bottom;
  color: #fff;
  font-size: 25px;
  height: 101px;
  line-height: 50px;
  padding-top: 23px;

  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}




.nav-contain1 .nav-inner1 {
    margin: 0 auto;
    /*max-width: 1140px;*/
}
.nav-contain1 .nav-inner1 .am-nav1 li {
    list-style: outside none none;
    padding: 25px 10px;
    position: relative;
}
.nav-contain1 .nav-inner1 .am-nav1 li:hover .menu-main{
    /*background: #fff none repeat scroll 0 0;*/
    /*color:#52d33a;*/
}
.nav-contain1 .nav-inner1 .am-nav1 li:hover .sub-menu {
    display: block;
    margin-top: -10px;
}
.nav-contain1 .nav-inner1 .am-nav1 li .sub-menu {
    background: #FFF none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    display: none;
    left: -50px;
    /*margin: 0;*/
    padding-left: 0;
    position: absolute;
    top: 80px;
    width:550px;
    z-index: 1000 !important;
    margin-left: -23px;
}
.nav-contain1 .nav-inner1 .am-nav1 li .sub-menu .menu-item {
    min-width: 160px;
    padding: 0 10px;
    position: relative;
}
.nav-contain1 .nav-inner1 .am-nav1 li .sub-menu .menu-item a {
    /*display: inline-block;*/
    /*padding: 15px 20px;*/
    /*border-top: 1px solid #eaeaea;*/
    color:#999999;
}
.nav-contain1 .nav-inner1 .am-nav1 li a {
    /*color:  rgba(255, 255, 255, 0.5);*/
    color: #FFF;
    /*padding: 0;*/
    font-size: 16px;
}
.nav-contain1 .nav-inner1 .am-nav1 li a:hover {
    /*background: #fff none repeat scroll 0 0;*/
    /*color: #000;*/

}

.menu-item a:hover{
    /*font-size: 16px;*/
    color:#4ABBC3 !important;
    /*color:#fff;*/
}

.menu-a {
  padding:25px 5px !important;
  display: inline-block;
  height:18px;
  /*padding: 0 0 0 0;*/
  width: auto;
  line-height: 0.8;
  color:#999999 !important;
}

.menup{

}

.menu-a:hover p{
  color:#34c1e4  !important;
}

.article {
    margin: 0 0 100px;
}
.article .article-img {
    border-radius: 3px;
    margin: 0 0 26px;
    overflow: hidden;
}

.article .article-header {
    border-radius: 3px;
    margin: 0 0 13px;
}

.article--content {
    color: #969696;
    font-size: 16px;
    line-height: 23px;
}

.article .article--content p {
    font-size: 14px;
}

.article .article--footer .link::after {
    color: #59bcdb;
    margin-left: 8px;
}
.article .article-header .article--meta_item {
    color: #969696;
    display: inline-block;
    font-size: 14px;
    margin: 10px 10px 0 0;
    position: relative;
}

.article .article-header h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 8px;
}

.article .article-header h2 a {
    color:#666;
}

.article .article-header h2 a:hover {
    color:#59bcdb;
}


.article .article--footer .link {
    color: #59bcdb;
    font-size: 16px;
}

.article--meta{
  padding:0 !important;
}

.extra-content h1 {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #1c1c1c;
    font-size: 1.4em;
    line-height: 1em;
    margin: 0;
    padding: 1em;
    width :100%;
    font-weight: 500;
}

 .extra-content {
    clear: both;
    color: #646464;
    margin: 0 0 2em;
}

 .extra-content .image {
    margin: 0 0 0.6em;
    overflow: hidden;
}

 .extra-content .image img {
    display: block;
    height: auto;
    margin: 0;
    vertical-align: top;
    width: 100%;
}

 .extra-content .text {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0.666667em 1.55556em 3.33333em;
}

 .extra-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0.6em;
}

 .article-title h1{
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
    color:#333;
 }

 .article-title  h1:after {
    position: absolute;
    content: '';
    bottom: -10px;
    /*left: 50%;*/
    width: 100px;
    margin-left:-100%;
    margin-top: 20px;
    height: 2px;
    background: #4cc1bd;
    background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));*/
    background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
 }

 .detail1 img{
   max-width: 100%;
   /*height:auto;*/
 }


 .feature-banner {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.feature-banner:last-child {
  margin-bottom: 0;
}
.feature-banner .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border: 2px solid #59bcdb;
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
  /*-ms-border-radius: 50%;*/
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .feature-banner .icon {
    margin-right: 5%;
  }
}
.feature-banner .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #59bcdb;
}
.feature-banner .feature-banner-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-banner .feature-banner-copy {
    width: 70%;
    float: left;
  }
}
.feature-banner .feature-banner-copy h4 {
  /*text-transform: uppercase;*/
  color: #262626;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.feature-banner .feature-banner-copy p {
  /*text-transform: uppercase;*/
  margin-bottom: 0.5em;
  color: #969696;
    font-size: 16px;
    line-height: 23px;
}

a strong {
    color: #262626;
    display: inline-block;
    font-size: 16px;
    margin-top: 7px;
}
/*.am-tabs-nav {*/
    /*display: flex;*/
    /*list-style: outside none none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*!*background: #fff;*!*/
/*}*/

/*.index-tab .am-active {*/
    /*border-bottom: 4px solid #59bcdb;*/
/*}*/

/*.am-tabs-nav i{*/
    /*font-size: 38px;*/
    /*color:#59bcdb;*/
    /*margin-top: 10px;*/
/*}*/

/*.am-tabs-nav li{*/
    /*!*height: 80px;*!*/
    /*padding:10px 0 0 0;*/
    /*!*position: relative;*!*/
    /*!*border-right: 1px #262626 solid;*!*/
/*}*/
/*.am-tabs-nav li a{*/
  /*display:inline-block;*/
/*}*/

/*.am-tabs-nav li a:hover {*/
   /*background: #fff;*/
   /*border-bottom: 2px solid #59bcdb;*/
  /*-webkit-transition: 0s;*/
  /*-o-transition: 0s;*/
  /*transition: 0s;*/
/*}*/

/*!*.am-tabs-nav li:active {*!*/
  /*!*background:#06b2e3;*!*/
  /*!*color:#000 !important;*!*/
/*!*}*!*/

li.col-md-4.active a {
    border-bottom: 2px solid #59bcdb;
}

.nav-text{
  letter-spacing: 1px;
}

.carousel-h1{
  font-size: 80px;
  color: #fff;
  padding-bottom: 20px;
}

/*.carousel-h2{*/
  /**/
/*}*/


.carousel-p{
  font-size: 20px;
  color: #fff;

}

.carousel-h2 span{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.carousel-h2 span::before{
  content: '';
  position: absolute;
  top: 50%;
  width: 200px;
  height: 2px;
  left: 120%;
  background-color: #fff;
}
.carousel-h2 span::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 120%;
  width: 200px;
  height: 2px;
  background-color: #fff;
}


/*.am-tabs-nav {*/
  /*width: 100%;*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*list-style: none;*/
  /*text-align: center;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
/*}*/


/*.am-tabs-nav li {*/
  /*!*-webkit-box-flex: 1;*!*/
  /*!*-webkit-flex: 1;*!*/
      /*!*-ms-flex: 1;*!*/
          /*!*flex: 1;*!*/
  /*height: 60px;*/
/*}*/
/*.am-tabs-nav a {*/
  /*display: inline-block;*/
  /*word-wrap: normal;*/
  /*!* for IE *!*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
/*}*/

/*.am-tabs-nav {*/
  /*line-height: 40px;*/
  /*background-color: #fff;*/
/*}*/

/*.am-tabs-nav a {*/
  /*color: #222222;*/
  /*line-height: 42px;*/
  /*display: inline-block;*/
  /*margin-top: -10px;*/
  /*height: 60px;*/
  /*width: 100%;*/
  /*font-size: 1.6rem*/
/*}*/

/*.am-tabs-nav li:hover {*/
  /*!*border-top: 3px #0e90d2 solid;*!*/
/*}*/

/*.am-tabs-nav li:hover a{*/
  /*border-bottom: 0;*/
  /*transition:0s;*/
  /*border-bottom: 3px #0e90d2 solid;*/
/*}*/
/*.am-active:after {*/
  /*position: absolute;*/
  /*width: 0;*/
  /*height: 0;*/
  /*bottom: 0px;*/
  /*left: 50%;*/
  /*margin-left: -5px;*/
  /*border: 6px rgba(0, 0, 0, 0) solid;*/
  /*content: "";*/
  /*z-index: 1;*/
  /*border-bottom-color: #0e90d2;*/
/*}*/

/*.am-active a{*/
  /*!*line-height: 40px;*!*/
  /*color: #0e90d2;*/
/*}*/

/*.am-active {*/
  /*border-bottom: 3px #0e90d2 solid;*/
/*}*/

/*.am-tabs{*/
  /*border-bottom:1px #e9e9e9 solid;*/
/*}*/


.menu-div{
  background: #34c1e4;
  color:#fff;
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
}

.menu-son{
  margin-top: 10px;
  /*background: #fff;*/
  color:#34c1e4;
  padding: 12px 0 12px 30px;
  font-size: 16px;
  font-weight: 400;
  background: #eeeeee;
  border: 1px #e9e9e9 solid;
  text-align: left;
}

/*.menu-son:hover{*/
  /*background: rgba(63, 209, 234, 0.45);*/
  /*color:#fff;*/
  /*font-weight: bold;*/
/*}*/

.son-title{
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  padding: 10px 15px;
  /*font-size: 20px;*/
  /*font-weight: bold;*/
  color:#000;

  border-left: 5px rgba(63, 209, 234, 0.8)  solid;
}

.son-content{
  padding-top: 15px;
}

.son-content img{
  max-width: 100%;
  height:auto !important;
}

.menu-son1{
  margin-top: 10px;
  /*background: rgba(63, 209, 234, 0.45);*/
  background: #34c1e4;
  color:#fff;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  border: 1px #e9e9e9 solid;
}

.menu-div1:hover .menu-son{
  background: #34c1e4;
  color:#fff;
  font-weight: bold;
  padding:12px 0 12px 40px;
}

.menu-div1:hover .menu-son1{
  background: #eeeeee;
  color:#34c1e4;
  font-weight: bold;
}

.son-active{
  margin-top: 10px;
  font-size: 16px;

  border: 1px #e9e9e9 solid;
  text-align: left;
  background: #34c1e4;
  color:#fff;
  font-weight: bold;
  padding:12px 0 12px 40px;
}

.son1-active{
  margin-top: 10px;
  /*background: rgba(63, 209, 234, 0.45);*/
  padding: 10px 0;
  font-size: 18px;
  border: 1px #e9e9e9 solid;
  background: #eeeeee;
  color:#34c1e4;
  font-weight: bold;

}

.menu-card{
  width:100%;
  padding-top:8px;
  padding-bottom: 8px;
  font-size:16px;
  background: #eeeeee;
  color:#34c1e4;
  display: inline-block;
}

.menu-card:hover{
  background: #34c1e4;
  color:#fff;
}

.menu-card-active{
  width:100%;
  padding-top:8px;
  padding-bottom: 8px;
  font-size:16px;
  background:#34c1e4;
  color:#fff;
  display: inline-block;
}

.gtco-card-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*-ms-border-radius: 10px;*/
  /*border-radius: 10px;*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-card-item.has-text figure {
  margin-bottom: 30px !important;
}
.gtco-card-item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 12;
  position: relative;
}
.gtco-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  width: 100%;
}
.gtco-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gtco-card-item figure h3 {
  /*position: absolute;*/
  font-size:25px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}

.gtco-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-card-item .gtco-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}
.gtco-card-item .gtco-text.text-left {
  text-align: left;
}
.gtco-card-item .gtco-text h2, .gtco-card-item .gtco-text span {
  text-decoration: none !important;
}
.gtco-card-item .gtco-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #FF5126;
}
.gtco-card-item .gtco-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
.gtco-card-item .gtco-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-card-item .gtco-text span.btn {
  color: #666666 !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #ebebeb;
  border: 2px solid #ebebeb !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-card-item .gtco-text .gtco-category {
  font-size: 12px;
  color: #cccccc;
}
.gtco-card-item .gtco-text .gtco-category span {
  font-size: 12px;
  color: gray;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-card-item:hover, .gtco-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.gtco-card-item:hover img, .gtco-card-item:focus img {
  /*-webkot-transform: scale(1.2);*/
  /*-moz-transform: scale(1.2);*/
  /*-ms-transform: scale(1.2);*/
  /*-o-transform: scale(1.2);*/
  /*transform: scale(1.2);*/
}
.gtco-card-item:hover .hexoco-text, .gtco-card-item:focus .hexoco-text{
  /*-webkot-transform: scale(1.2);*/
  /*-moz-transform: scale(1.2);*/
  /*-ms-transform: scale(1.2);*/
  /*-o-transform: scale(1.2);*/
  /*transform: scale(1.2);*/
  /*margin-top: 3px;*/
  /*display: none;*/
}

.gtco-card-item:hover span.btn, .gtco-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  color: #fff !important;
  border: 2px solid #ff6540 !important;
  background: #ff6540 !important;
}
.gtco-card-item:hover figure .overlay, .gtco-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}
.gtco-card-item:hover figure .overlay i, .gtco-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.gtco-card-item:hover h2, .gtco-card-item:hover span, .gtco-card-item:focus h2, .gtco-card-item:focus span {
  text-decoration: none !important;
}

.editor {
	border-bottom:1px solid #e6e6e6;
	padding: 2.3em 1.5em 0 1.5em;
}
.editor h3 {
	color: #282828;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Microsoft YaHei';
	display: block;
	line-height: 1.25em;
}
.editor p {
	color: #798184;
	font-size: 1.25em;
	font-weight: 400;
	margin:1em 0;
}
.editor label {
	color: #cbcbcb;
	font-size: 1.1em;
	font-weight: 400;
	font-style:italic;
}
.editor span{
	display:block;
	width:70px;
	height:2px;
	background:#e6e6e6;
    margin: 0 auto;
	margin-top:1.2em;
}
.content-right-top a.active {
	background: #f4f4f4;
}
.content-right-top a:hover {
	background: #f4f4f4;
}
.content-right-top a {
	display: block;
	text-decoration: none;
}


.menup{
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #383838;
  text-indent: 29px;
  padding:0 5px;
}

.amamam{
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.am-active1{
  display: block;
  /*background: #fff;*/
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  /*color:#fff !important;*/
  margin-right: 10px;
  margin-left: 10px;
  background: #34c1e4;
  padding: 9px 0;
  border-radius: 4px;
}
.am-cf li a{
  /*display: block;*/
  /*background: #fff;*/
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.am-tabs-nav {
    list-style: none;
    text-align: center;
}

.am-tabs-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
}

.producta{
  display: block;
  height:45px;
  width:100%;
  /*color:#e9e9e9;*/
  color:#333;
}

.producta:hover{
  border-bottom: 3px #34c1e4 solid;
  color: #34c1e4;
}

.productac{
  display: block;
  height:45px;
  width:100%;
  /*color:#e9e9e9;*/
  /*color:#333;*/
  border-bottom: 3px #34c1e4 solid;
  color: #34c1e4;
}

.pdtitle {
    padding: 7px 19px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    width: 100%;
}
@charset "utf-8";
body {
 background:#fff;
 font-family:'微软雅黑',Helvetica,HiraginoSansGB-W3
}
#building-blocks .block {
 -webkit-transition-duration:.2s;
 -moz-transition-duration:.2s;
 -o-transition-duration:.2s;
 transition-duration:.2s;
 float:right;
 clear:both;
 overflow:hidden;
 border-radius:.5rem 0 0 .5rem;
 margin:.5rem 0;
 box-shadow:0 5px 10px rgba(0,0,0,0.3);
 width:6rem;
 height:6rem
}
#building-blocks .block.active {
 background-color:#e9e8e8;
 width:28rem
}
#building-blocks .block .tab {
 font-family:'微软雅黑',Helvetica,HiraginoSansGB-W3;
 float:left;
 height:100%;
 padding-top:1.4rem;
 width:6rem;
 background-color:rgba(63, 209, 234, 1);
 color:white;
 text-align:center;
 cursor:pointer
}
#building-blocks .block {
 -webkit-transition-duration:.2s;
 -moz-transition-duration:.2s;
 -o-transition-duration:.2s;
 transition-duration:.2s;
 float:right;
 clear:both;
 overflow:hidden;
 border-radius:.5rem 0 0 .5rem;
 margin:.5rem 0;
 box-shadow:0 5px 10px rgba(0,0,0,0.3)
}
#building-blocks .block .tab:hover {
 background-color:rgba(63, 209, 234, 1)
}
#building-blocks .block .content .inner-content {
 width:22rem;
 padding:.5rem 3rem .5rem 1rem;
 position:relative;
 overflow:hidden
}
.new_form_submission select {
 margin-bottom:.33rem;
 padding:.3rem .3rem .3rem .8rem;
 height:2.46rem;
 color:#999;
 border:2px solid #d8d3cb;
 width:276px
}
#building-blocks .block.learn-more-block input[type="text"] {
 padding-left:1rem;
 /*width:250px;*/
 margin-bottom:0;
 height:32px
}
#building-blocks .block.learn-more-block .learn-more-privacy-note {
 line-height:200%
}
#building-blocks .learn-more-privacy-note img {
 vertical-align:middle;
 margin-left:20px;
 width:15px
}
#building-blocks .learn-more-privacy-note b {
 font-size:16px
}
.form-group {
 position:relative;
 margin-bottom:0!important
}
.learn-more-prompt {
 font-size:16px;
 font-weight:100!important;
 padding-bottom:5px
}
.has-error .form-control {
 border-color:#b94a48!important;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)!important;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)!important
}
.has-success .form-control {
 border-color:#468847!important;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.new_form_submission {
 margin:.75rem 0 0
}
.btn.hiring {
 margin-left:.5rem;
 padding:.1rem .75rem;
 font-size:.8rem;
 vertical-align:.20rem;
 font-weight:bold;
 min-height:inherit
}
.btn.btn-turquoise {
 background-color:#2aaadd;
 color:#fff;
 border-radius:8px;
 padding:3px 8px;
 margin:15px 0
}
.twitter img {
 margin-right:4px
}
#building-blocks {
 position:fixed;
 bottom:100px;
 right:0;
 z-index:999
}
.seq-container {
 width:22rem;
 float:right
}
.btn-turquoise:hover {
 background-color:#56bce4
}
#building-blocks .block .content .close {
 position:relative;
 right:30px;
 top:13px;
 float:right;
 width:24px;
 height:25px;
 background:url(/img/close.gif) 0 0 no-repeat;
 opacity:1
}
.icon-info-sign {
 width:26px;
 height:28px;
 display:block;
 background:url(/img/close.gif) 0 -23px no-repeat;
 margin:0 auto
}
